﻿@charset "utf-8";

/*//自定义浏览器滚动条*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.slide-item img {
    width: 100%;
    height: 100%;

}




.bg {
    background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #aeaeae;
}

    ::-webkit-scrollbar-thumb:hover {
        width: 8px;
        background-color: #2882e8;
    }

body,
html {
    min-width: 1200px;
}

* {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333333;
    list-style: none;
}

ul,
p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

img {
	max-width: 100%;
}
.bdsharebuttonbox {
display:none !important;
}
/*网页文字选中效果*/
::selection {
    background: #2f97f7;
    color: #FFFFFF;
}

::-moz-selection {
    background: #2f97f7;
    color: #FFFFFF;
}

::-webkit-selection {
    background: #2f97f7;
    color: #FFFFFF;
}

.w1500 {
    width: 78.12%;
    min-width: 1200px;
    margin: 0 auto;
}

.h500 {
    min-height: 600px;
}

.centers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}



div.mor_code {
    display: none;
    position: absolute;
    width: 640px;
    height: 177px;
    /*background: url(../img/nav/07.png) no-repeat right;*/
    background:#fff;
    left: 50%;
    margin-left: -167.5px;
    top: -175px;
    padding-top: 25px;
    padding-left: 28px;
    text-align: center;
    background-size: 100% 100%;
    z-index:5
}

    div.mor_code div {
        width: 100px;
        float: left;
        margin: 0px 10px;
    }

        div.mor_code div p {
            color: #2b2b2b;
            font-size: 14px;
            /*padding: 10px 0px;*/
        }



div.show_code {
    position: absolute;
    width: 100px;
    height: 100px;
    padding: 5px;
    background: #FFFFFF;
    left: 50%;
    margin-left: -50px;
    top: -110px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
    z-index:5
}

    div.show_code::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        bottom: -5px;
        transform: rotateZ(45deg);
        background: #FFFFFF;
        left: 50%;
        margin-left: -5px;
    }

/*导航栏*/

.moust_hover {
    height: 150px;
    position: fixed;
    z-index: 10;
    width: 100%;
}

header {
    width: 100%;
    height: 120px;
    line-height: 120px;
    position: fixed;
    top: 0px;
    z-index: 99;
}

    header .head .logo {
        float: left;
        display: flex;
        justify-content: center;
        align-items: Center;
        height: 120px;
    }

        header .head .logo a{
            display: inline-block;
            width: 75px;
            height: 72px;
            background: url(../img/logo/logo.png) no-repeat center;
        }
		

    header.hover .head .logo a,
    header.hover2 .head .logo a {
        background: url(../img/logo/logo2.png) no-repeat center;
    }
header.hover3 .head .logo a{
           
            background: url(../img/logo/logo.png) no-repeat center;
        }
    header .head .language {
        float: right;
        margin-right: 30px;
        padding-top: 40px;
    }

        header .head .language a{
            float: right;
            width: 40px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            color: #ffffff;
            font-size: 14px;
            border: 1px solid #ffffff;
            text-transform: uppercase;
            transition: all 0.4s ease-in-out;
        }
		
		

    header.hover .head .language a,
    header.hover2 .head .language a {
        border-color: #2b2b2b;
        color: #2b2b2b;
    }

    header .head .menu {
        float: right;
    }
	header.hover3 .head .language a		{
           border: 1px solid #ffffff;
            color: #ffffff;
           
        }
    header .head .language div {
        margin-top: 40px;
        width: 40px;
        display: none
    }

        header .head .language div a {
            margin-bottom: 5px;
            transition: all 0.4s ease-in-out;
        }

    header .head .language:hover div {
        display: block
    }

    header .head .language div a:hover {
        color: #FFFFFF;
        background: #389bf7;
        border-color: #389bf7;
    }
    header.hover .head .menu span,
    header.hover2 .head .menu span {
        color: #282828;
    }

    header .head .menu span {
        margin-right: 25px;
        font-size: 14px;
        position: relative;
        top: -5px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
	 header.hover3 .head .menu span{
		 color: #FFFFFF;
	 }

    header .head .menu a	{
        display: inline-block;
        width: 20px;
        height:16px;
        /*background: url(../img/nav/01.gif) no-repeat center;*/
        position:relative;
    }

    header.hover .head .menu a,
    header.hover2 .head .menu a {
        /*background: url(../img/nav/01_1.gif) no-repeat center;*/
    }

    header.hover3 .head .menu a {
        /*background: url(../img/nav/01.gif) no-repeat center;*/
    }
/*按钮动画*/
    header .head .menu a font {
        display:block;
        width:30px;
        height:2px;
        background:#ffffff;
        position:absolute;
    }

    header.hover .head .menu a font,
    header.hover2 .head .menu a font {
           background:#000;
    }
    header.hover3 .head .menu a font {
        background:#ffffff;
    }
    header .head .menu a font:nth-child(1) {
        top: 0px;
        width: 12px;
        animation: lef_out 1.0s ease-in-out infinite alternate;
    }
    header .head .menu a font:nth-child(2n) {
        height: 2px;
        top: 50%;
        width: 18px;
        margin-top: -1.3px;
        animation: lef_out 1.8s ease-in-out infinite alternate;
    }
    header .head .menu a font:nth-child(3) {
        bottom: 0px;
        width: 12px;
        animation: right_out 1.0s ease-in-out infinite alternate;
    }

@keyframes lef_out {
    0% {
        transform:translateX(0px)
    }
    100% {
        transform: translateX(15px)
    }
}
@keyframes right_out {
    0% {
        transform: translateX(15px)
    }

    100% {
        transform: translateX(0px)
    }
}
/*end*/
        .nav_box {
            position: fixed;
            top: 0px;
            width: 100%;
            right: 0px;
            height: 0px;
            z-index: 98;
            overflow: hidden;
            transition: all 0.2s ease-in-out;
            background: rgba(0,0,0,0.5)
            /*background: url(../img/nav/bj.png) no-repeat center;
    box-shadow: 0px 0px 20px #f1f1f1;*/
        }

    .nav_box.active {
        padding-top: 150px;
        height: 425px;
    }

    .nav_box .nav_list {
        margin-top: 30px;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .nav_box.active .nav_list {
        margin-top: 0px;
        opacity: 1;
    }

    .nav_box .nav_list > ul > li {
        float: left;
        width: 12.5%;
        text-align: center;
    }

        .nav_box .nav_list > ul > li:last-child {
            margin-right: 0px;
        }

        .nav_box .nav_list > ul > li > a {
           /* color: #2b2b2b;*/
		    color: #FFFFFF;
            font-size: 18px;
            font-weight: bold;
            position: relative;
            transition: all 0.4s ease-in-out;
        }

        .nav_box .nav_list > ul > li > ul {
            margin-top: 25px;
            display: none;
        }

            .nav_box .nav_list > ul > li > ul > li {
                margin-bottom: 15px;
            }

                .nav_box .nav_list > ul > li > ul > li > a {
                    /*color: #333333;*/
					color: #FFFFFF;
                    font-size: 15px;
                    transition: all 0.4s ease-in-out;
                }

        .nav_box .nav_list > ul > li > a::before {
            position: absolute;
            width: 20px;
            height: 20px;
            left: -25px;
            top: 50%;
            margin-top: -20px;
            transition: all 0.4s ease-in-out;
        }

        .nav_box .nav_list > ul > li.active > a::before,
        .nav_box .nav_list > ul > li:hover > a::before {
            background: url(../img/ico/06.png) no-repeat center;
            margin-top: -10px;
        }

        .nav_box .nav_list > ul > li.active > a,
        .nav_box .nav_list > ul > li:hover > a,
        .nav_box .nav_list > ul > li > ul > li.active > a,
        .nav_box .nav_list > ul > li > ul > li:hover > a {
            color: #90ff00;
        }

        .nav_box .nav_list > ul > li:hover > ul {
            display: block;
        }

    .nav_box .nav_btn {
        position: absolute;
        right: 10%;
        width: 200px;
        bottom: 80px;
        display: none;
    }

        .nav_box .nav_btn a {
            display: block;
            width: 38px;
            height: 38px;
            border: 1px solid #2B2B2B;
            text-align: center;
            line-height: 38px;
            color: #000000;
            font-size: 16px;
            float: left;
            margin-right: 43px;
            position: relative;
        }

            .nav_box .nav_btn a > div div:nth-child(1) {
                margin-right: 20px;
            }

            .nav_box .nav_btn a:last-child {
                margin-right: 0px;
            }

            .nav_box .nav_btn a:nth-child(2) {
                background: url(../img/nav/car.png) no-repeat center;
            }

                .nav_box .nav_btn a:nth-child(2) > div {
                    display: none;
                    position: absolute;
                    width: 296px;
                    height: 177px;
                    background: url(../img/nav/07.png) no-repeat center;
                    left: 50%;
                    margin-left: -148px;
                    top: -175px;
                    padding-top: 25px;
                    padding-left: 35px;
                }

                    .nav_box .nav_btn a:nth-child(2) > div div {
                        width: 100px;
                        float: left;
                    }

                        .nav_box .nav_btn a:nth-child(2) > div div p {
                            color: #2b2b2b;
                            font-size: 14px;
                        }

            .nav_box .nav_btn a:nth-child(3) {
                background: url(../img/nav/wx.png) no-repeat center;
            }

                .nav_box .nav_btn a:nth-child(3) > div {
                    width: 100px;
                    height: 100px;
                    padding: 5px;
                    background: #FFFFFF;
                    position: absolute;
                    left: 50%;
                    margin-left: -50px;
                    top: -110px;
                    display: none;
                }

            .nav_box .nav_btn a:hover > div {
                display: block;
            }

            .nav_box .nav_btn a:hover {
                color: #FFFFFF;
                background: #2f97f7;
                border-color: #2f97f7;
            }

            .nav_box .nav_btn a:nth-child(2):hover {
                background: #2f97f7 url(../img/ico/car.png) no-repeat center;
            }

            .nav_box .nav_btn a:nth-child(3):hover {
                background: #2f97f7 url(../img/ico/wx.png) no-repeat center;
            }


/*二级页面banner*/

.banners {
    position: relative;
    overflow: hidden;
}
.banners  img{
  width:100%;
  height:auto;
}
    .banners .banners_t {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .banners .banners_t p:nth-child(1) {
            letter-spacing: 10px;
            opacity: 0;
            animation: animate 1.1s ease-out;
            animation-fill-mode: forwards;
            animation-delay: 0.2s;
        }

            .banners .banners_t p:nth-child(1) span,
            .banners .banners_t p:nth-child(1) font {
                color: #202020;
                font-size: 48px;
            }

        .banners .banners_t p:nth-child(2) {
            color: #2b2b2b;
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: 10px;
            margin-top: 5px;
            opacity: 0;
            animation: animate 1.1s ease-out;
            animation-fill-mode: forwards;
            animation-delay: 0.5s;
        }

.nav_tow {
    position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0px;
    text-align: center;
}

    .nav_tow a {
        display: inline-block;
        width: 250px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 10px;
        background: rgba(255,255,255,0.9);
        margin: 0px 30px;
        opacity:0;
        position: relative;
        animation: animate 1.1s ease-out;
        animation-fill-mode: forwards;
        animation-delay: 0.8s;
    }

        .nav_tow a span {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 3;
            color: #2f2f2f;
            font-size: 22px;
        }

        .nav_tow a::before {
            position: absolute;
            content: '';
            width: 0px;
            height: 100%;
            transition: all 0.5s ease-in-out;
            background: #2b89c5;
            top: 0px;
            left: 0px;
            border-radius: 10px;
            z-index: 1
        }

        .nav_tow a:hover span, .nav_tow a.active span {
            color: #ffffff;
        }

        .nav_tow a:hover::before,
        .nav_tow a.active::before {
            width: 100%;
        }
@keyframes animate {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*底部*/
footer {
    padding: 20px 0px;
    border-top: 1px solid #e6e6e6;
}

.foot {
    position: relative;
}

    .foot > a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .foot > a span {
            color: #282828;
            display: block;
        }

    .foot .foot_list {
        position: relative;
        float: left;
        width: 50%;
        height: 45px;
        line-height: 45px;
    }

        .foot .foot_list:nth-child(1) > a {
            display: inline-block;
            width: 40px;
            height: 40px;
            position: relative;
            margin-right:20px;
        }

            .foot .foot_list:nth-child(1) > a:nth-child(1) {
                background: url(../img/footer/02.png) no-repeat center;
            }

            .foot .foot_list:nth-child(1) > a:nth-child(2) {
                background: url(../img/footer/04.png) no-repeat center;
            }

            .foot .foot_list:nth-child(1) > a:nth-child(3) {
                background: url(../img/footer/10.png) no-repeat center;
            }
            .foot .foot_list:nth-child(1) > a:nth-child(4) {
                background: url(../img/footer/f11.png) no-repeat center;
            }

            .foot .foot_list:nth-child(1) > a:nth-child(2) div {
                width: 100px;
                height: 100px;
                position: absolute;
                left: 50%;
                margin-left: -50px;
                padding: 5px;
                top: -110px;
                display: none;
            }

            .foot .foot_list:nth-child(1) > a:nth-child(1):hover {
                background: url(../img/footer/02.png) no-repeat center;
            }

                .foot .foot_list:nth-child(1) > a:nth-child(1):hover > div {
                    display: block;
                }

            .foot .foot_list:nth-child(1) > a:nth-child(2):hover {
                background: url(../img/footer/04.png) no-repeat center;
            }

            .foot .foot_list:nth-child(1) > a:nth-child(3):hover {
                background: url(../img/footer/10.png) no-repeat center;
            }

                .foot .foot_list:nth-child(1) > a:nth-child(2):hover div,
                .foot .foot_list:nth-child(1) > a:nth-child(3):hover div {
                    display: block;
                }

        .foot .foot_list p {
            color: #666666;
            font-size: 13px;
        }

            .foot .foot_list p a {
                color: #666666;
                font-size: 13px;
                margin-left: 50px;
                display: none;
            }

        .foot .foot_list:nth-child(2) {
            text-align: right;
        }


/*内页公共标题*/

.pub_title p span {
    color: #2f97f7;
    font-size: 32px;
    font-weight: bold;
}

.pub_title p font {
    color: #2b2b2b;
    font-size: 32px;
    font-weight: bold;
}

.pub_title > span {
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
}

.content {
    width: 100%;
}

    .content p {
        color: #707070;
        font-size: 14px;
    }


/*动画时间*/

.tranyime {
    transition: all 0.5s ease-in-out;
}


/*分页*/

.page {
    text-align: center;
    padding: 30px 0px;
}

    .page a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        vertical-align: top;
        text-align: center;
        line-height: 40px;
        margin: 0px 5px;
        color: #999999;
        transition: all 0.4s ease-in-out;
    }

        .page a.pver {
            background: #f2f2f2 url(../img/ico/01.png) no-repeat center;
        }

        .page a.next {
            background: #f2f2f2 url(../img/ico/04.png) no-repeat center;
        }

        .page a:not(.pver):not(.next):hover,
        .page a:not(.pver):not(.next).active {
            color: #2b2b2b;
            background: #FFFFFF;
            box-shadow: 0px 10px 10px #cdcdcd;
        }


/*弹窗*/

.lock {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

    .lock .dialg_center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .lock .dialg_center .dialg {
            background: #FFFFFF;
            padding: 35px 30px;
            position: relative;
        }

            .lock .dialg_center .dialg .clos {
                position: absolute;
                top: -24px;
                right: -24px;
            }

            .lock .dialg_center .dialg .dialg-body {
                border: 1px solid #e6e6e6;
                width: 100%;
                height: 100%;
                padding: 2% 3%;
                min-height: 650px;
            }

                .lock .dialg_center .dialg .dialg-body .dialg-content {
                    width: 50%;
                    float: left;
                }

                .lock .dialg_center .dialg .dialg-body h1 {
                    color: #2b2b2b;
                    font-size: 14px;
                }

                .lock .dialg_center .dialg .dialg-body p {
                    color: #707070;
                    line-height: 27px;
                    font-size: 14px;
					padding-top: 18px;
                }

                .lock .dialg_center .dialg .dialg-body span {
                    color: #666666;
                    font-size: 14px;
                }

                .lock .dialg_center .dialg .dialg-body .dialg-content h1 {
                    color: #2b2b2b;
                    font-size: 14px;
                    margin: 20px 0px;
                }

                .lock .dialg_center .dialg .dialg-body .dialg-content p {
                    color: #707070;
                    line-height: 27px;
                    font-size: 14px;
                }

                .lock .dialg_center .dialg .dialg-body .dialg-info {
                    width: 50%;
                    float: right;
                    padding-left: 10%;
                    position: relative;
                }

                    .lock .dialg_center .dialg .dialg-body .dialg-info::before {
                        position: absolute;
                        content: "";
                        width: 1px;
                        height: 215px;
                        background: #e6e6e6;
                        left: 8%;
                    }

                    .lock .dialg_center .dialg .dialg-body .dialg-info h1 {
                        color: #2b2b2b;
                        font-size: 20px;
                        font-weight: bold;
                        margin-bottom: 30px;
                    }

                    .lock .dialg_center .dialg .dialg-body .dialg-info span {
                        display: block;
                        color: #666666;
                        font-size: 14px;
                        margin-bottom: 10px;
                    }

                    .lock .dialg_center .dialg .dialg-body .dialg-info p {
                        color: #2b2b2b;
                        font-size: 16px;
                        margin-bottom: 10px;
                    }

            .lock .dialg_center .dialg .dialg-btn {
                position: absolute;
                right: 5%;
                bottom: 100px;
            }

                .lock .dialg_center .dialg .dialg-btn a {
                    color: #515151;
                    font-size: 18px;
                }

                    .lock .dialg_center .dialg .dialg-btn a:nth-child(1) {
                        display: inline-block;
                        width: 172px;
                        height: 50px;
                        text-align: center;
                        color: #FFFFFF;
                        font-size: 18px;
                        line-height: 50px;
                        background: #2f97f7 url(../img/job/03.png) no-repeat center left;
                        background-position-x: 20px;
                        border-radius: 30px;
                        text-indent: 2em;
                        margin-right: 30px;
                    }

                    .lock .dialg_center .dialg .dialg-btn a:nth-child(2) img {
                        position: relative;
                        top: -5px;
                    }

    .lock.active {
        display: block;
    }

        .lock.active .dialg_center .dialg {
            animation: zoomshow 0.6s ease-out;
            animation-fill-mode: forwards;
        }

    .lock.hides {
    }

        .lock.hides .dialg_center .dialg {
            -webkit-animation: zoomhide 1.1s ease-out;
            -moz-animation: zoomhide 1.1s ease-out;
            -o-animation: zoomhide 1.1s ease-out;
            animation: zoomhide 1.1s ease-out;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
        }

@keyframes zoomshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomhide {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}
.m0 {
    margin-top:0px !important;
}
.pub_head {
    display: block !important;
    font-size: 48px;
    color: #333333;
    
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 30px;
    margin-bottom: 15px;
letter-spacing: 10px;
}

/*

*/
.foot_list p span a{
	display:inline-block !important;
	margin-left: 0px !important;
    margin-right: 5px !important;
}
@media only screen and (min-width: 100px) and (max-width: 1480px) {
}

.slide-item { position:relative;
}
    .slide-item h1 {
        font-size: 56px;
        z-index: 10;
        position: absolute;
        top: 36%;
        left:42%;
       color:#FFF;
       font-weight:bold;

    }